type github.com/gotd/log.withLogger

5 uses

	github.com/gotd/log (current package)
		with.go#L32: 	return &withLogger{l: l, attrs: append([]Attr(nil), attrs...)}
		with.go#L50: type withLogger struct {
		with.go#L55: func (w *withLogger) Enabled(ctx context.Context, level Level) bool {
		with.go#L59: func (w *withLogger) Log(ctx context.Context, level Level, msg string, attrs ...Attr) {
		with.go#L66: func (w *withLogger) With(attrs ...Attr) Logger {